home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Sexy Japan Girl.swf / scripts / DefineSprite_964 / frame_102 / DoAction.as
Text File  |  2006-12-20  |  276b  |  16 lines

  1. switchRandom = Math.floor(Math.random() * 3);
  2. if(switchRandom == 0)
  3. {
  4.    this.play();
  5. }
  6. else if(switchRandom == 1)
  7. {
  8.    this.gotoAndPlay("lv3_2");
  9. }
  10. else if(switchRandom == 2)
  11. {
  12.    _parent.girlstate = 3;
  13.    _parent.girlmove = 1;
  14.    this.gotoAndPlay("lv3_3");
  15. }
  16.